<IfModule mod_rewrite.c> issue in debian lenny.
am 04.03.2010 06:42:00 von joydeepHello list,
Here in debian lenny the rewrite rules are working well. I have checked
by this .htaccess and successful
````````````````````
DirectoryIndex index.php
RewriteEngine On
#RewriteRule ^typo3$ - [L]
#RewriteRule ^typo3/.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php
```````````````
Now I like to place the rewrite stuff in apache configuration so that I
don't need to place .htaccess for all the sites. and here is the config
I have placed in apache
```````````````````````
Options Indexes FollowSymLinks MultiViews
# .htaccess slows down apache; only use it when required #
AllowOverride All
Order allow,deny
allow from all
### Begin: Rewrite stuff for typo3 ###
# Enable URL rewriting
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [L]
````````````````````````````````
restart apache and remove the .htaccess from webroot directory of the
site. the rewite stuff is not working now !!! Is it a problem with
anyone have any idea or faced the same problem.
BTW: The above config running fine with opensuse 11.2
Thanks
--
à¦à§à¦¦à§à¦ª বà¦à§à¦¸à§
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org